stubdom: turn off_t 64bit on x86
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 8 Aug 2008 09:45:30 +0000 (10:45 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 8 Aug 2008 09:45:30 +0000 (10:45 +0100)
commit168d8692c8d5e2530f2064fd137ee4c55e504591
tree19a4698498f116df335debb0fa78436ffb3ee0b5
parent6c818dce46287023be51055e353b5fa3628ef926
stubdom: turn off_t 64bit on x86

We can decide to make off_t 64bit instead of implementing the LFS
tricks.  Name corresponding functions foo64 to permit simple caml
programs linking.

Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
extras/mini-os/include/fcntl.h
extras/mini-os/include/posix/sys/mman.h
extras/mini-os/include/posix/sys/stat.h [new file with mode: 0644]
extras/mini-os/lib/sys.c
stubdom/newlib.patch